save
save
Header Parameters
authorization string required
authorization
application/json
Request Body required
request
apptReminderDto object
dealerDepartmentUuidList string[]
requesterUserUuid string
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
error object
statusCode int32
uuid string
warnings object[]
{
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"statusCode": 0,
"uuid": "string",
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
POST /appointment-reminder/save
Request
Request
curl / cURL
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
python / requests
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
go / native
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
nodejs / axios
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
ruby / Net::HTTP
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
csharp / RestSharp
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
php / cURL
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
java / OkHttp
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'
powershell / RestMethod
curl -L -X POST '//api.mykaarma.com/mobile-service/appointment-reminder/save' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"apptReminderDto": {
"appointmentUuid": "string",
"remarks": "string",
"reminderTime": "string",
"status": "TEXT_SENT",
"uuid": "string"
},
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string"
}'